-
Notifications
You must be signed in to change notification settings - Fork 0
docs(freeticket-cli): settlements/api-keys + skill freeticket-mcp + el repo como plugin instalable #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
docs(freeticket-cli): settlements/api-keys + skill freeticket-mcp + el repo como plugin instalable #13
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
a44f0d4
docs(freeticket-cli): settlements, reports financials, api-keys, admi…
LucasLeguizamo da460f3
docs(freeticket-cli): revisión de skill + qué hacer si la skill quedó…
LucasLeguizamo 5a0c9d7
docs(freeticket-mcp): skill del server MCP oficial (setup local y rem…
LucasLeguizamo eae0204
feat: empaquetar el repo como plugin (Agent Plugins 1.0.0 + marketpla…
LucasLeguizamo 6f27aa1
fix(plugin): declarar el MCP server remoto en vez del stdio por npx
LucasLeguizamo ffbfaa7
chore(plugin): 0.1.1 — el version string es la señal de update del cache
LucasLeguizamo 57f703f
docs: el plugin es el camino de instalación; avisar que @freeticket/m…
LucasLeguizamo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "name": "freeticket", | ||
| "description": "Official FreeTicket plugin: run and grow ticketed events from your agent — CLI, MCP server and brand-voice copy.", | ||
| "owner": { | ||
| "name": "FreeTicket", | ||
| "url": "https://github.com/AppFreeticket" | ||
| }, | ||
| "plugins": [ | ||
| { | ||
| "name": "freeticket", | ||
| "source": "./", | ||
| "description": "Skills for the ft CLI, the MCP server and event copy, plus the freeticket MCP server wired in." | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "name": "freeticket", | ||
| "displayName": "FreeTicket", | ||
| "version": "0.1.1", | ||
| "description": "Operate FreeTicket from your agent: skills for the ft CLI, the MCP server and event copy, plus the freeticket MCP server (B2B, superadmin and public contracts as tools).", | ||
| "author": { | ||
| "name": "FreeTicket", | ||
| "url": "https://freeticket.co" | ||
| }, | ||
| "homepage": "https://freeticket.co", | ||
| "repository": "https://github.com/AppFreeticket/agent-skills", | ||
| "license": "MIT", | ||
| "keywords": ["freeticket", "ticketing", "events", "latam", "mcp", "cli"], | ||
| "mcpServers": { | ||
| "freeticket": { | ||
| "type": "http", | ||
| "url": "https://mcp.appfreeticket.com/mcp" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json", | ||
| "mcpServers": { | ||
| "freeticket": { | ||
| "type": "streamable-http", | ||
| "url": "https://mcp.appfreeticket.com/mcp" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", | ||
| "name": "freeticket", | ||
| "version": "0.1.1", | ||
| "description": "Operate FreeTicket from any agent: skills for the ft CLI, event copy, and the MCP server that exposes the B2B, superadmin and public contracts as tools.", | ||
| "author": { | ||
| "name": "FreeTicket", | ||
| "url": "https://freeticket.co" | ||
| }, | ||
| "homepage": "https://freeticket.co", | ||
| "repository": "https://github.com/AppFreeticket/agent-skills", | ||
| "license": "MIT", | ||
| "keywords": ["freeticket", "ticketing", "events", "latam", "mcp", "cli"] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Admin token docs inconsistent
🐞 Bug≡ CorrectnessAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools