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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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 (rename_session, routines, explain) never appear here.
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)}`, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fathom-mcp",
3
- "version": "2.2.2",
3
+ "version": "2.3.0",
4
4
  "description": "Connect any MCP host to your Fathom memory lake",
5
5
  "bin": {
6
6
  "fathom-mcp": "index.js"