Humanlearning/npi_mcp
feat: add debug tab with connectivity diagnostics using httpx and curl.
feat: Add NPI API client functions for searching and retrieving provider details.
feat: Add `tools.py` for NPI API integration to search and retrieve provider details.
feat: Add NPI API base URL configuration and Pydantic schemas for request arguments and response models.
feat: add example inputs for provider search UI
requirement change
Merge pull request #4 from humandotlearning/hf-spaces-config
Configure repo for Hugging Face Spaces with MCP support
Merge pull request #3 from humandotlearning/feature/hf-spaces-mcp
Add Gradio support for Hugging Face Spaces MCP deployment
Merge pull request #2 from humandotlearning/update-readme-npi-mcp
Update README.md for NPI MCP Server and add .gitignore
Merge pull request #1 from humandotlearning/npi-mcp-server-implementation
Implement NPI MCP server using FastMCP and Modal NPI API forwarding
Implement npi_mcp server wrapper for NPPES NPI Registry API
