Skip to content

Commit 3f8c6e0

Browse files
committed
.
1 parent b195458 commit 3f8c6e0

1 file changed

Lines changed: 0 additions & 58 deletions

File tree

docs/integrations/mcp.mdx

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -77,33 +77,6 @@ The remote MCP server uses your Codegen API key for authentication. You can obta
7777

7878
The remote MCP server provides the following tools for AI agents:
7979

80-
### Agent Management
81-
82-
- **create_agent_run**: Create a new agent run in your organization
83-
- **get_agent_run**: Get details of a specific agent run
84-
85-
### Organization Management
86-
87-
- **get_organizations**: List organizations you have access to
88-
- **get_users**: List users in an organization
89-
- **get_user**: Get details of a specific user
90-
91-
## Troubleshooting
92-
93-
### Common Issues
94-
95-
**Authentication errors**
96-
97-
- Verify your API key is valid and not expired
98-
- Check that the API key has the necessary permissions
99-
- Ensure the Authorization header is correctly formatted
100-
101-
**Connection issues**
102-
103-
- Check your network connectivity to mcp.codegen.com
104-
- Verify the URL is correctly specified
105-
- Ensure your AI agent supports HTTP transport for MCP
106-
10780
### Getting Help
10881

10982
If you encounter issues with the remote MCP server:
@@ -112,35 +85,4 @@ If you encounter issues with the remote MCP server:
11285
2. Join our [community Slack](https://community.codegen.com)
11386
3. Report issues on [GitHub](https://github.com/codegen-sh/codegen)
11487

115-
## Examples
116-
117-
### Creating an Agent Run
118-
119-
```python
120-
# Example of how an AI agent might use the MCP server
121-
# This would be handled automatically by your AI agent
122-
123-
{
124-
"tool": "create_agent_run",
125-
"arguments": {
126-
"org_id": 123,
127-
"prompt": "Review the latest pull request and suggest improvements",
128-
"repo_name": "my-project",
129-
"branch_name": "feature-branch"
130-
}
131-
}
132-
```
133-
134-
### Getting Organization Information
135-
136-
```python
137-
{
138-
"tool": "get_organizations",
139-
"arguments": {
140-
"page": 1,
141-
"limit": 10
142-
}
143-
}
144-
```
145-
14688
The remote MCP server makes it easy to integrate Codegen's powerful AI development capabilities into your existing AI agent workflows without the need to run a local server.

0 commit comments

Comments
 (0)