Skip to content

feat: Added File and Folder Creation - #98

Merged
CalvinAllen merged 1 commit into
CodingWithCalvin:mainfrom
Vidoy:main
Aug 5, 2026
Merged

feat: Added File and Folder Creation#98
CalvinAllen merged 1 commit into
CodingWithCalvin:mainfrom
Vidoy:main

Conversation

@Vidoy

@Vidoy Vidoy commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Added the ability to create files and folders for the AI to assure better workflows.

Description

Two tools are added to the MCP Server:

file_create: Allows the LLM to create new files.
folder_create: Allows the LLM to create new folders.

Type of Change

  • feat - New feature
  • fix - Bug fix
  • docs - Documentation only
  • refactor - Code change that neither fixes a bug nor adds a feature
  • test - Adding or updating tests
  • chore - Maintenance tasks
  • ci - CI/CD changes

Related Issues

Checklist

  • My code follows the project's code style
  • I have tested my changes locally
  • I have updated documentation if needed
  • My commits follow the conventional commit format
  • This PR has a descriptive title using conventional commit format

Screenshots (if applicable)

Additional Notes

I've enjoyed using the project very much, and hope my commit is to use.

Added the ability to create files and folders for the AI to assure better workflows.
@CalvinAllen CalvinAllen changed the title feat: Added File and Folder Creation. feat: Added File and Folder Creation Aug 5, 2026
@CalvinAllen
CalvinAllen merged commit 41aeffc into CodingWithCalvin:main Aug 5, 2026
2 of 4 checks passed
CalvinAllen added a commit that referenced this pull request Sep 3, 2026
…#108)

* docs(readme): document the file and folder creation tools

file_create and folder_create shipped in #98 but were never added to the tool
tables, leaving the README listing 72 of the 74 tools the server exposes.

Both live in DocumentTools, so they go in the Document Tools table, which stays
alphabetically ordered.

* docs(claude): sync the MCP tool list with the shipped tools

The MCP Tools Available section listed 38 of the 74 tools the server exposes. It
was missing the Navigation, Debugger, Diagnostics and Window groups outright,
along with build_configuration_get/set, document_save, document_cleanup,
file_create and folder_create.

The list is now generated from the README tables, so both documents describe the
same tools with the same descriptions and are grouped identically. Sections
follow the README's eleven groups rather than the previous four, which had
folded the editor and selection tools into Document Tools.

The terminal and coverage caveats are kept as plain prose, since CLAUDE.md does
not use callout styling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants