diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md
index d5f664c6..886b91b5 100644
--- a/.github/copilot-instructions.md
+++ b/.github/copilot-instructions.md
@@ -23,9 +23,9 @@ This is the user-facing documentation for ToolHive, an open source tool that hel
Code quality tools:
-- Prettier for code formatting - `npm run prettier` to check, `npm run prettier:fix` to auto-fix.
-- markdownlint for enforcing Markdown style conventions - `npm run markdownlint` to check, `npm run markdownlint:fix` to auto-fix.
-- ESLint for JavaScript/TypeScript linting - `npm run eslint` to check, `npm run eslint:fix` to auto-fix.
+- All files: Prettier for code formatting - `npm run prettier` to check, `npm run prettier:fix` to auto-fix.
+- markdownlint for enforcing Markdown style conventions - `npm run markdownlint` to check, `npm run markdownlint:fix` to auto-fix (`.md` files only).
+- ESLint for JavaScript/TypeScript and MDX linting - `npm run eslint` to check, `npm run eslint:fix` to auto-fix.
## Audience
diff --git a/AGENTS.md b/AGENTS.md
index f619dc40..c424e0a3 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -23,9 +23,9 @@ This is the user-facing documentation for ToolHive, an open source tool that hel
Code quality tools:
-- Prettier for code formatting - `npm run prettier` to check, `npm run prettier:fix` to auto-fix.
-- markdownlint for enforcing Markdown style conventions - `npm run markdownlint` to check, `npm run markdownlint:fix` to auto-fix.
-- ESLint for JavaScript/TypeScript linting - `npm run eslint` to check, `npm run eslint:fix` to auto-fix.
+- All files: Prettier for code formatting - `npm run prettier` to check, `npm run prettier:fix` to auto-fix.
+- markdownlint for enforcing Markdown style conventions - `npm run markdownlint` to check, `npm run markdownlint:fix` to auto-fix (`.md` files only).
+- ESLint for JavaScript/TypeScript and MDX linting - `npm run eslint` to check, `npm run eslint:fix` to auto-fix.
## Audience
diff --git a/docs/toolhive/guides-ui/playground.mdx b/docs/toolhive/guides-ui/playground.mdx
index ac16a28e..fe681cce 100644
--- a/docs/toolhive/guides-ui/playground.mdx
+++ b/docs/toolhive/guides-ui/playground.mdx
@@ -59,32 +59,35 @@ To start using the playground:
3. **Select MCP tools**: Click the tools icon to manage which MCP servers and
tools are available in the playground.
-
-
-
-- View all your running MCP servers
-- Enable or disable specific tools from each server
-- Search and filter tools by name or functionality
-- The `toolhive mcp` server is included by default, providing management
- capabilities
-
-:::tip
-
-For more control over tool availability, use
-[Customize tools](./customize-tools.mdx) to permanently configure which tools
-are enabled for each registry server. The playground tool selection is temporary
-and only affects your testing session.
-
-:::
+ - View all your running MCP servers
+ - Enable or disable specific tools from each server
+ - Search and filter tools by name or functionality
+ - The `toolhive mcp` server is included by default, providing management
+ capabilities
+
+
+
+ :::tip
+
+ For more control over tool availability, use
+ [Customize tools](./customize-tools.mdx) to permanently configure which tools
+ are enabled for each registry server. The playground tool selection is
+ temporary and only affects your testing session.
+
+ :::
4. **Start testing**: Begin chatting with your chosen AI model. The model will
have access to all enabled MCP tools and can execute them based on your
@@ -105,6 +108,7 @@ a comprehensive overview of your server status.
+
3. Select "HTTP" as the server type
diff --git a/sidebars.ts b/sidebars.ts
index de8281aa..71ca5ac0 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -224,6 +224,7 @@ const sidebars: SidebarsConfig = {
},
'toolhive/faq',
+ 'toolhive/support',
'toolhive/contributing',
],
};