Skip to content

Add article on MCP tools #119

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Add article on MCP tools #119

wants to merge 2 commits into from

Conversation

cpsievert
Copy link
Collaborator

@cpsievert cpsievert commented Jun 24, 2025

Closes #111

@cpsievert cpsievert requested a review from Copilot June 24, 2025 21:37
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces comprehensive documentation for integrating and using Model Context Protocol (MCP) tools in Chatlas, fixes a broken link in the system prompt guide, and registers the new page in the site configuration.

  • Added a new mcp-tools.qmd article covering installation, basic usage patterns (HTTP and stdio), and advanced examples with code execution.
  • Corrected the RAG link path in the system prompt documentation.
  • Updated _quarto.yml to include the new MCP tools guide in the site navigation.

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
docs/misc/mcp-tools.qmd Added a full guide on setting up and using MCP tools
docs/get-started/system-prompt.qmd Updated RAG link target to the correct file location
docs/_quarto.yml Registered new MCP tools documentation page
Comments suppressed due to low confidence (1)

docs/misc/mcp-tools.qmd:130

  • [nitpick] Consider clarifying why the example uses a negative argument (y=-3) for subtraction, or adjust to add(x=5, y=3) with a separate subtraction example to improve clarity.
add(x=5, y=-3)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document MCP tools
1 participant