@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.
- package/dist/index.js +1 -1
- 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
|
-
"
|
|
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)"),
|