index update

This commit is contained in:
John Lancaster
2026-06-19 16:40:28 -05:00
parent 7a9e4044f0
commit 45d8beda8a
+8 -4
View File
@@ -2,13 +2,17 @@
icon: lucide/rocket icon: lucide/rocket
--- ---
# Get started # Personal MCP
## What this MCP server is This is a document library of software patterns, best practices, and structured references to external documentation, which are available in 2, equivalent ways. The same, exact markdown files are reused for both cases, so there is never any incongruity between them.
An MCP server is a service that gives AI clients a stable way to discover and read capabilities through defined contracts. In practice, it exposes named resources and optional tools so clients can request context reliably instead of depending on ad-hoc prompts. ## MCP Server
This server is designed to publish software methodology as canonical Markdown resources, with a small catalog for discovery, and to serve the same content as a static docs site. The intent is one source of truth for both humans and agents. An [MCP server](https://modelcontextprotocol.io/docs/getting-started/intro) at `/mcp` to provide context for AI systems. The markdown files are exposed as [resources](https://modelcontextprotocol.io/docs/learn/server-concepts#resources) and are structured to be easily consumed by [MCP clients](https://modelcontextprotocol.io/docs/learn/client-concepts), like VSCode.
## Docs
A website at `/docs` for humans to read and review.
## Quick start ## Quick start