forked from spencerm/freshservice-claude
plugin/make-plugin.{sh,ps1} stamp a user's own Freshservice API key and the
shared server token into a template and emit a personalized freshservice.plugin
(direct HTTP MCP connection — no Node/mcp-remote/config editing on clients).
Built plugins embed credentials, so *.plugin is git-ignored; the committed
template holds only placeholders. Validated with 'claude plugin validate'.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 lines
247 B
Plaintext
13 lines
247 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.env
|
|
.DS_Store
|
|
# Credentials live in ~/.freshservice/credentials, never in the repo.
|
|
|
|
# MCP server runtime secrets
|
|
mcp-server/.env
|
|
|
|
# Personalized plugin builds contain API keys — never commit
|
|
*.plugin
|
|
!freshservice-skill.zip
|