Skip to content

docs: clarify details around MCP #17220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fmt
  • Loading branch information
johnstcn committed Apr 2, 2025
commit 02b750ab177ca8daf71a2acbc2e10dc85a935c22
108 changes: 24 additions & 84 deletions docs/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"versions": [
"main"
],
"versions": ["main"],
"routes": [
{
"title": "About",
Expand Down Expand Up @@ -188,9 +186,7 @@
"description": "Use Coder Desktop to access your workspace like it's a local machine",
"path": "./user-guides/desktop/index.md",
"icon_path": "./images/icons/computer-code.svg",
"state": [
"early access"
]
"state": ["early access"]
},
{
"title": "Workspace Management",
Expand Down Expand Up @@ -240,10 +236,7 @@
"title": "Appearance",
"description": "Learn how to configure the appearance of Coder",
"path": "./admin/setup/appearance.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "Telemetry",
Expand Down Expand Up @@ -324,33 +317,22 @@
{
"title": "Groups \u0026 Roles",
"path": "./admin/users/groups-roles.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "IdP Sync",
"path": "./admin/users/idp-sync.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "Organizations",
"path": "./admin/users/organizations.md",
"state": [
"premium"
]
"state": ["premium"]
},
{
"title": "Quotas",
"path": "./admin/users/quotas.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "Sessions \u0026 API Tokens",
Expand Down Expand Up @@ -492,10 +474,7 @@
"title": "Process Logging",
"description": "Log workspace processes",
"path": "./admin/templates/extending-templates/process-logging.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
}
]
},
Expand All @@ -508,10 +487,7 @@
"title": "Permissions \u0026 Policies",
"description": "Learn how to create templates with Terraform",
"path": "./admin/templates/template-permissions.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "Troubleshooting Templates",
Expand All @@ -525,19 +501,13 @@
"description": "Learn how to run external provisioners with Coder",
"path": "./admin/provisioners/index.md",
"icon_path": "./images/icons/key.svg",
"state": [
"enterprise",
"premium"
],
"state": ["enterprise", "premium"],
"children": [
{
"title": "Manage Provisioner Jobs",
"description": "Learn how to run external provisioners with Coder",
"path": "./admin/provisioners/manage-provisioner-jobs.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
}
]
},
Expand Down Expand Up @@ -615,19 +585,13 @@
"title": "Workspace Proxies",
"description": "Run geo distributed workspace proxies",
"path": "./admin/networking/workspace-proxies.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "High Availability",
"description": "Learn how to configure Coder for High Availability",
"path": "./admin/networking/high-availability.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "Troubleshooting",
Expand Down Expand Up @@ -686,10 +650,7 @@
"title": "Audit Logs",
"description": "Audit actions taken inside Coder",
"path": "./admin/security/audit-logs.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "Secrets",
Expand All @@ -700,10 +661,7 @@
"title": "Database Encryption",
"description": "Encrypt the database to prevent unauthorized access",
"path": "./admin/security/database-encryption.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
}
]
},
Expand Down Expand Up @@ -762,9 +720,7 @@
"title": "Run AI Coding Agents with Coder",
"description": "Learn how to run and secure agents in Coder",
"path": "./tutorials/ai-agents/README.md",
"state": [
"early access"
],
"state": ["early access"],
"children": [
{
"title": "Learn about coding agents",
Expand All @@ -775,65 +731,49 @@
"title": "Create a Coder template for agents",
"description": "Create a purpose-built template for your AI agents",
"path": "./tutorials/ai-agents/create-template.md",
"state": [
"early access"
]
"state": ["early access"]
},
{
"title": "Integrate with your issue tracker",
"description": "Assign tickets to AI agents and interact via code reviews",
"path": "./tutorials/ai-agents/issue-tracker.md",
"state": [
"early access"
]
"state": ["early access"]
},
{
"title": "Best practices \u0026 adding tools via MCP",
"description": "Improve results by adding tools to your agents",
"path": "./tutorials/ai-agents/best-practices.md",
"state": [
"early access"
]
"state": ["early access"]
},
{
"title": "Supervise agents via Coder UI",
"description": "Interact with agents via the Coder UI",
"path": "./tutorials/ai-agents/coder-dashboard.md",
"state": [
"early access"
]
"state": ["early access"]
},
{
"title": "Supervise agents via the IDE",
"description": "Interact with agents via VS Code or Cursor",
"path": "./tutorials/ai-agents/ide-integration.md",
"state": [
"early access"
]
"state": ["early access"]
},
{
"title": "Programmatically manage agents",
"description": "Manage agents via MCP, the Coder CLI, and/or REST API",
"path": "./tutorials/ai-agents/headless.md",
"state": [
"early access"
]
"state": ["early access"]
},
{
"title": "Securing agents in Coder",
"description": "Learn how to secure agents with boundaries",
"path": "./tutorials/ai-agents/securing.md",
"state": [
"early access"
]
"state": ["early access"]
},
{
"title": "Custom agents",
"description": "Learn how to use custom agents with Coder",
"path": "./tutorials/ai-agents/custom-agents.md",
"state": [
"early access"
]
"state": ["early access"]
}
]
},
Expand Down
Loading