# Copyright (c) 2023-2024 Datalayer, Inc.
#
# BSD 3-Clause License
"""
Entry point for running jupyter_mcp_server as a module.
This allows the package to be run with: python -m jupyter_mcp_server
"""
from jupyter_mcp_server.CLI import server
if __name__ == "__main__":
server()
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/datalayer/jupyter-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server