Skip to main content
Glama

MCP Code Editor

by alejoair
__init__.py702 B
""" MCP Code Editor - A FastMCP server providing powerful code editing tools. This package provides comprehensive code editing functionality including: - Precise file modifications with diff-based operations - File creation and reading with line numbers - Project analysis and structure inspection - AST (Abstract Syntax Tree) analysis for Python code - Console tools for interactive processes - Library indexing for external dependencies - Code definition search and navigation """ __version__ = "0.1.24" # Automatic bump test completed: 0.1.14 -> 0.1.15 __author__ = "MCP Code Editor Team" __email__ = "mcpcodeeditor@example.com" __all__ = [ "__version__", "__author__", "__email__" ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alejoair/mcp-code-editor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server