Skip to main content
Glama

MCP Chrome Google Search

by cmann50
publish-npm.md361 B
# Publishing Guide ## NPM ```bash # Update version npm version patch|minor|major # Build and publish npm run build npm publish --access public ``` ## GitHub ```bash # Push changes git add . git commit -m "feat: description" git push origin main # Push tags git push --tags ``` Note: Ensure you're logged into npm (`npm login`) and GitHub before publishing.

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/cmann50/mcp-chrome-google-search'

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