fathom-mcp 2.2.2 → 2.3.0
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -183,7 +183,7 @@ async function fetchInstructions() {
|
|
|
183
183
|
|
|
184
184
|
async function main() {
|
|
185
185
|
// Load tool definitions from the API, scoped to the MCP surface so
|
|
186
|
-
// chat-only tools (
|
|
186
|
+
// chat-only tools (routines, explain) never appear here.
|
|
187
187
|
let tools = [];
|
|
188
188
|
try {
|
|
189
189
|
const r = await fetch(`${API_URL}/v1/tools?surface=${encodeURIComponent(MCP_SURFACE)}`, {
|