Skip to main content
Glama

MCP Code Editor

by alejoair
pyproject.toml1.71 kB
[build-system] requires = ["setuptools>=45", "wheel"] build-backend = "setuptools.build_meta" [project] name = "mcp-code-editor" version = "0.1.24" authors = [ {name = "MCP Code Editor Team", email = "mcpcodeeditor@example.com"}, ] description = "A FastMCP server providing powerful code editing tools" readme = "README.md" license = {text = "MIT"} requires-python = ">=3.8" classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Editors", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] keywords = ["mcp", "code-editor", "fastmcp", "development-tools"] dependencies = [ "fastmcp>=2.8.0", ] [project.optional-dependencies] dev = [ "build>=0.10.0", "twine>=4.0.0", "pytest>=7.0.0", "pytest-cov>=4.0.0", ] [project.urls] "Homepage" = "https://github.com/alejoair/mcp-code-editor" "Bug Reports" = "https://github.com/alejoair/mcp-code-editor/issues" "Source" = "https://github.com/alejoair/mcp-code-editor" "Documentation" = "https://alejoair.github.io/mcp-code-editor/" "Changelog" = "https://github.com/alejoair/mcp-code-editor/releases" [project.scripts] mcp-code-editor = "mcp_code_editor.server:main" [tool.setuptools] packages = {"find" = {}} include-package-data = true [tool.setuptools.package-data] "*" = ["*.txt", "*.md", "*.yml", "*.yaml"] # Configuration for bump2version

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