Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Specif-ai MCP Server
Claim
Official
by
vj-presidio
npm
GitHub
Developer Tools
Knowledge & Memory
TypeScript
1
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
docs
example
.github
.husky
src
test_data
build-npm.sh
build.sh
bunfig.toml
bun.lock
CHANGELOG.md
commitlint.config.js
.gitignore
index.ts
install.ps1
install.sh
package.json
.prettierignore
.prettierrc
README.md
.release-it.json
.tool-versions
tsconfig.jest.json
tsconfig.json
update.ps1
update.sh
{ "$schema": "https://raw.githubusercontent.com/release-it/release-it/refs/heads/main/schema/release-it.json", "git": { "push": true, "tag": true, "commitMessage": "chore: release v${version} [skip ci]", "tagName": "v${version}", "commit": true, "requireCleanWorkingDir": false, "addUntrackedFiles": true }, "github": { "release": true, "makeLatest": true, "assets": ["build/*"], "comments": { "issue": ":rocket: _This issue has been resolved in v${version}. See [${releaseName}](${releaseUrl}) for release notes._", "pr": ":rocket: _This pull request is included in v${version}. See [${releaseName}](${releaseUrl}) for release notes._", "submit": true } }, "npm": { "publish": true, "skipChecks": true, "allowSameVersion": true }, "plugins": { "@release-it/conventional-changelog": { "infile": "CHANGELOG.md", "preset": { "name": "conventionalcommits", "type": [ { "type": "feat", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" } ] } } }, "hooks": { "after:release": "echo Successfully released ${name} v${version} to npm and GitHub with binaries." } }