docs: Update documentation for PR #1214 – mcpServers and .mcpb bundle support#1228
docs: Update documentation for PR #1214 – mcpServers and .mcpb bundle support#1228Copilot wants to merge 5 commits into
Conversation
… (raw layers, zstd)
Deploying kitops-org with
|
| Latest commit: |
d4c352a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://afdb3beb.kitops-org.pages.dev |
| Branch Preview URL: | https://copilot-update-documentation-2aia.kitops-org.pages.dev |
|
@copilot check if cli-reference.md a generated document? Also add references to https://github.com/modelcontextprotocol/mcpb for mcpb |
Yes, Added links to https://github.com/modelcontextprotocol/mcpb in the three places where |
|
@copilot do not modify cli-referrence.md it is generated |
Reverted |
| mcpServers: | ||
| - name: filesystem | ||
| path: ./bundles/filesystem.mcpb | ||
| description: MCP server providing local filesystem access | ||
| - name: web-search | ||
| path: ./bundles/web-search.mcpb | ||
| description: MCP server for web search capabilities |
There was a problem hiding this comment.
I think this section can be added to the example Kitfile at line 145. That removes the need for a third example and the MCP server fits well into the Agentic use case.
There was a problem hiding this comment.
Done — mcpServers is now part of the "Agentic AI Kitfile" example, and the separate "ModelKit with MCP Bundles" section has been removed. The section description also explains the code vs mcpServers distinction inline.
Updates user-facing documentation to reflect first-class
mcpServers/.mcpbsupport (#1214).Description
docs/src/docs/kitfile/kf-overview.mdmcpServersrow to the Kitfile Sections table with a link to the mcpb projectmcpServersas a valid top-level sectioncodefor MCP server source/config files,mcpServersfor pre-built.mcpbbundlesmcpServersexample into the existing "Agentic AI Kitfile" example, showingcodeandmcpServersside-by-side in a realistic agentic use caseNote:
cli-reference.mdis a generated file (produced bydocs/src/docs/cli/generate.sh) and has not been modified.AI-Assisted Code