docs: standalone mcp apps and apps extension (#6791)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import Admonition from '@theme/Admonition';
|
||||
export const PlatformExtensionNote = ({ defaultEnabled = true }) => {
|
||||
return (
|
||||
<Admonition type="info" title="Platform Extension">
|
||||
<p>This is a <a href="/goose/docs/getting-started/using-extensions#built-in-platform-extensions">built-in platform extension</a>{defaultEnabled && " that's enabled by default"}. Platform extensions provide core functionality and are used within goose just like MCP server extensions.</p>
|
||||
<p>This is a <a href="/goose/docs/getting-started/using-extensions#built-in-platform-extensions">built-in platform extension</a>{defaultEnabled && " that's enabled by default for new users"}. Platform extensions provide core functionality and are used within goose just like external MCP server extensions.</p>
|
||||
</Admonition>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user