Skip to main content
Glama
default.nix504 B
{ pkgs, lib, ... }: with pkgs.python3Packages; buildPythonPackage { pname = "wakapi_sdk"; version = "0.1.0"; src = ./.; pyproject = true; build-system = [ hatchling ]; dependencies = [ httpx pydantic structlog ]; devDependencies = [ pytest pytest-asyncio ]; meta = with lib; { description = "SDK for interacting with Wakapi API"; homepage = "https://github.com/impure0xntk/mcp-wakapi"; license = licenses.asl20; maintainers = with maintainers; [ impure0xntk ]; }; }

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/impure0xntk/mcp-wakapi'

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