google-labs-jules[bot]
Implement NPI MCP server using FastMCP and Modal NPI API forwarding
f8c07f6
raw
history blame contribute delete
89 Bytes
# Expose main entry point
from npi_mcp_server.main import mcp
def main():
mcp.run()