-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Move remote MCP server section to overall agent builder tool documentation #1917
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
|
Mintlify preview ID generated: preview-rahulo-1765832164-f48691a |
lnhsingh
left a comment
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.
Is there an argument for combining all of the tool server doc into the Tools doc?
| sidebarTitle: MCP framework | ||
| --- | ||
|
|
||
| The LangSmith Tool Server is our MCP Framework that powers the tools available in the LangSmith Agent Builder. This framework enables you to build and deploy custom tools that can be integrated with your agents. It provides a standardized way to create, deploy, and manage tools with built-in authentication and authorization. |
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.
| The LangSmith Tool Server is our MCP Framework that powers the tools available in the LangSmith Agent Builder. This framework enables you to build and deploy custom tools that can be integrated with your agents. It provides a standardized way to create, deploy, and manage tools with built-in authentication and authorization. | |
| The LangSmith Tool Server is our MCP framework that powers the tools available in the LangSmith Agent Builder. This framework enables you to build and deploy custom tools that can be integrated with your agents. It provides a standardized way to create, deploy, and manage tools with built-in authentication and authorization. |
|
|
||
| The handler runs on every request and must return a dict with `identity` (and optionally `permissions`). | ||
|
|
||
| ## Using remote MCP servers |
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.
I think there should still probably be a link to the MCP server config info. Maybe there should be a new section here? Like the following:
## Related
- [MCP server tools](/langsmith/agent-builder-tools#mcp-server-tools)
| </Card> | ||
| </CardGroup> | ||
|
|
||
| ## Using remote MCP servers |
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.
| ## Using remote MCP servers | |
| ## MCP server tools |
?
| title: Tools | ||
| sidebarTitle: Tools | ||
| --- | ||
| ## Built-in Tools |
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.
Need to add an intro sentence/section above Built-in Tools
|
I think the tool server docs and the agent builder tools docs should be separate because they're separate features, and typically you would use one or the other, not both at the same time (the tool server is integrated with the agent builder under the hood, but that's not visible if you're using or even configuring agent builder) |
Overview
This section was in the Tool Server framework documentation, but I think it makes more sense alongside the documentation for tools for the agent builder.
Type of change
Type: Update existing documentation
Checklist
docs dev(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow