@chapterai/mcp 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -23712,7 +23712,7 @@ ${lines.join("\n")}`);
23712
23712
  );
23713
23713
  server2.tool(
23714
23714
  "get_codebase_context",
23715
- "Generate a structured context block for a task description. Returns relevant files, symbols, copy, routes, and endpoints that an agent should know about before starting work. This is the key tool for speeding up agent sessions \u2014 call it at the start of any task.",
23715
+ "Get relevant source code and structure for a task. Returns matching files, symbols, endpoints, AND the actual source code of the top matching files. Use the returned content to answer questions or start work directly \u2014 only read additional files if you need more detail on a specific aspect, but do not repeat the search.",
23716
23716
  {
23717
23717
  workspaceId: external_exports.string().uuid().optional().describe("Workspace ID"),
23718
23718
  workspaceName: external_exports.string().optional().describe("Workspace name (alternative to ID)"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chapterai/mcp",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Chapter MCP server — gives AI agents access to Chapter projects, files, changes, and history",
5
5
  "type": "module",
6
6
  "bin": {