Skip to content

Clarify Repl.Mcp sample setup for agent hosts#37

Draft
autocarl wants to merge 1 commit into
yllibed:mainfrom
autocarl:agent/issue-35-mcp-builder-sample-docs
Draft

Clarify Repl.Mcp sample setup for agent hosts#37
autocarl wants to merge 1 commit into
yllibed:mainfrom
autocarl:agent/issue-35-mcp-builder-sample-docs

Conversation

@autocarl

Copy link
Copy Markdown
Contributor

Summary

  • Clarifies that Repl.Mcp is the component used to build MCP servers, not the server users install directly.
  • Expands sample 08 into a copy/paste-ready MCP server sample with CLI, REPL, MCP, MCP Inspector, Cursor, VS Code, Claude Code, Cline, and generic MCP client guidance.
  • Adds reusable host config JSON examples under samples/08-mcp-server/configs/ and links the sample from MCP docs/reference.

Closes #35.

Verification

  • python3 JSON parse of all samples/08-mcp-server/configs/*.json
  • dotnet restore src/Repl.slnx
  • dotnet build src/Repl.slnx -c Release --no-restore
  • dotnet run --project samples/08-mcp-server/McpServerSample.csproj -c Release --no-build -- contacts --json
  • dotnet test src/Repl.slnx -c Release --no-build — 978 passed
  • npx --yes markdownlint-cli2 'README.md' 'docs/**/*.md' 'samples/**/*.md' — 0 errors

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 and sample Repl.Mcp-built MCP servers for agent IDE install flows

1 participant