/ server.json
server.json
1 { 2 "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", 3 "name": "io.github.n0zer0d4y/vulcan-file-ops", 4 "description": "MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.", 5 "version": "1.2.13", 6 "packages": [ 7 { 8 "registryType": "npm", 9 "identifier": "@n0zer0d4y/vulcan-file-ops", 10 "version": "1.2.13", 11 "transport": { 12 "type": "stdio" 13 } 14 } 15 ] 16 }