49b9bb6724
Deploy Docs / deploy-docs (push) Failing after 1s
Conformance Tests / client-conformance (push) Failing after 3s
Conformance Tests / server-conformance (push) Failing after 1s
GitHub Actions Security Analysis / zizmor (push) Failing after 1s
CI / checks (push) Failing after 59m20s
CI / all-green (push) Waiting to run
7 lines
118 B
Python
7 lines
118 B
Python
"""CLI entry point for the MCP Everything Server."""
|
|
|
|
from .server import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|