-
Notifications
You must be signed in to change notification settings - Fork 13
docs: fix + improve mcp integration #197
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
base: main
Are you sure you want to change the base?
Conversation
docs/mcp-integration.mdx
Outdated
| <summary><code>forge mcp add-json</code> - Add a server using JSON configuration</summary> | ||
|
|
||
| Allows you to add an MCP server by providing a complete JSON configuration. | ||
| Adds an MCP server by providing a JSON configuration string. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add-json take json not string
docs/mcp-integration.mdx
Outdated
| # Shows all available tools including MCP server tools | ||
| > /agent forge | ||
| > Use the weather tool to check San Francisco weather |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
give example of mcp which is shown in screenshot
docs/mcp-integration.mdx
Outdated
| > /agent forge | ||
| > Use the weather tool to check San Francisco weather | ||
| # Agent will use the MCP tool if it's properly configured |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # Agent will use the MCP tool if it's properly configured |
docs/mcp-integration.mdx
Outdated
| **Debugging Tips:** | ||
| 1. Use `/info` to find log directory and check for errors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is incorrect info doesn't show any mcp info
docs/mcp-integration.mdx
Outdated
| 1. Use `/info` to find log directory and check for errors | ||
| 2. Test MCP server commands manually in your terminal | ||
| 3. Start with minimal configuration, add complexity gradually | ||
| 4. Use `/tools` to confirm tools are available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
repeated many times
b8e45d5 to
4d806e6
Compare
b1720a0 to
106039b
Compare
No description provided.