#!/usr/bin/env bash
set -e
## Build and update TOOLS.md
bun run build
# Create TOOLS.md with title and JSON output
echo "# Available Tools" > TOOLS.md
echo "" >> TOOLS.md
echo '```json' >> TOOLS.md
bun ./dist/near-mcp.js tools >> TOOLS.md
echo '```' >> TOOLS.md
bun run lint:fix
bun run format:fix
bun run lint
bun run format
## Bump version
bun run changeset
bun run changeset version
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/nearai/near-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server