#!/bin/bash
previous_version="$(npm view ./packages/npm-mcp-k8s version)"
new_version="${1}"
if [ -z "$new_version" ]; then
echo "Usage: $0 <new_version>"
exit 1
fi
# replace previous version with new version in all .json files in ./packages folder
find ./packages -type f -name '*.json' -exec sed -i '' -e "s/${previous_version}/${new_version}/g" {} \;
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/strowk/mcp-k8s-go'
If you have feedback or need assistance with the MCP directory API, please join our Discord server