Skip to main content
Glama
pyproject.toml583 B
[project] name = "hnpx-sdk" version = "0.1.0" description = "Software Development Kit for HNPX format" readme = "README.md" authors = [ { name = "Vasiliy Mozhaev", email = "mozhay2005@gmail.com" } ] requires-python = ">=3.12" dependencies = [ "lxml>=5.0.0", "fastmcp>=2.13.3", ] [build-system] requires = ["uv_build>=0.8.14,<0.9.0"] build-backend = "uv_build" [dependency-groups] dev = [ "ipykernel>=7.1.0", "pip>=25.3", "pytest>=9.0.1", "pytest-asyncio>=0.21.0", ] [project.scripts] hnpx-mcp = "hnpx_sdk.server:app.run" hnpx-cli = "hnpx_sdk.cli:main"

Latest Blog Posts

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/mozhaa/hnpx-sdk'

If you have feedback or need assistance with the MCP directory API, please join our Discord server