diff --git a/AGENTS.md b/AGENTS.md index 65ebe84..951c04b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -7,7 +7,7 @@ This repo packages PostHog's developer content (docs, prompts, example code) into [Agent Skills](https://agentskills.io/specification)-compliant skill packages. The build pipeline emits a versioned manifest plus per-skill ZIPs, consumed by the PostHog [wizard](https://github.com/PostHog/wizard) and the -PostHog [MCP server](https://github.com/PostHog/posthog/tree/master/products/mcp). +PostHog [MCP server](https://github.com/PostHog/posthog/tree/master/services/mcp). User-facing intro: [README.md](README.md). Contributor handbook: [CONTRIBUTING.md](CONTRIBUTING.md). diff --git a/README.md b/README.md index b4ec4a3..72214e7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ We'd love your pull request! The context mill gathers up-to-date content from multiple sources, packaging PostHog developer docs, prompts, and working example code into a versioned manifest which can be shipped anywhere as a zip file. -The [PostHog MCP server](https://github.com/PostHog/posthog/tree/master/products/mcp) currently fetches the examples repo manifest and exposes it to any MCP-compatible client as resources and slash commands. This is what currently powers the PostHog [wizard](https://github.com/PostHog/wizard). +The [PostHog MCP server](https://github.com/PostHog/posthog/tree/master/services/mcp) currently fetches the examples repo manifest and exposes it to any MCP-compatible client as resources and slash commands. This is what currently powers the PostHog [wizard](https://github.com/PostHog/wizard). ## Context engine