FossilRepo

fossilrepo / mcp_server / __main__.py
Blame History Raw 20 lines
1
"""Entry point for the fossilrepo MCP server.
2
3
Usage:
4
python -m mcp_server
5
fossilrepo-mcp (via pyproject.toml script entry)
6
"""
7
8
import asyncio
9
10
from mcp_server.server import main
11
12
13
def run():
14
"""Synchronous entry point for pyproject.toml [project.scripts]."""
15
asyncio.run(main())
16
17
18
if __name__ == "__main__":
19
run()
20

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button