Skip to main content
Glama

mcp-server-bing-webmaster

MIT License
3
3
  • Apple
Makefile633 B
.PHONY: install lint format test build deploy ship_it start mcp_inspector clean install: uv sync lint: uv run mypy --strict mcp_server_bwt/ uv run ruff check --fix mcp_server_bwt/ format: uv run ruff format mcp_server_bwt/ test: uv run pytest mcp_server_bwt \ --doctest-modules \ --junitxml=reports/test-results-$(shell cat .python-version).xml build: clean uv run build deploy: install build ship_it: build git push start: uv run mcp_server_bwt/main.py mcp_inspector: npx @modelcontextprotocol/inspector uv --directory ${PWD} run mcp_server_bwt/main.py clean: rm -rf dist/ build/ reports/ *.egg-info/ *cache

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/isiahw1/mcp-server-bing-webmaster'

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