Skip to content

Conversation

@sigoden
Copy link
Owner

@sigoden sigoden commented Dec 13, 2024

...
{
    "name": "fs_read_file",
    "description": "Read the complete contents of a file from the file system. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file. Only works within allowed directories.",
    "parameters": {
      "type": "object",
      "properties": {
        "path": {
          "type": "string"
        }
      },
      "required": [
        "path"
      ],
      "additionalProperties": false,
      "$schema": "http://json-schema.org/draft-07/schema#"
    },
-    "mcp": true
+    "mcp": "fs"
  }
...

@sigoden sigoden merged commit 411a9e3 into main Dec 13, 2024
3 checks passed
@sigoden sigoden deleted the refactor branch December 13, 2024 09:26
matias-ceau pushed a commit to matias-ceau/llm-functions that referenced this pull request Dec 31, 2024
matias-ceau pushed a commit to matias-ceau/llm-functions that referenced this pull request Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants