File size: 89 Bytes
f8c07f6
 
 
 
 
1
2
3
4
5
6
# Expose main entry point
from npi_mcp_server.main import mcp

def main():
    mcp.run()