Skip to main content
Glama

Textra Japanese to English Translator

by hokupod
pyproject.toml741 B
[project] name = "textra-mcp-server" version = "0.1.0" description = "MCP server for Textra translation API (Ja->En)" requires-python = ">=3.10" dependencies = [ "fastmcp>=2.0.0", # Specify a suitable version constraint "requests", "requests-oauthlib", "python-dotenv", ] # Add other metadata like authors, license, etc. as needed [project.optional-dependencies] dev = [ "pytest", "pytest-asyncio", "pytest-mock", "ruff", ] [tool.pytest.ini_options] pythonpath = [ "." ] asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function" # Add this line # Use [tool.scripts] for uv run compatibility [tool.scripts] test = "pytest" [tool.setuptools] py-modules = ["config", "server", "textra_client"]

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/hokupod/textra-ja-to-en-mcp'

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