Add xpntl connector#34
Open
hollandcloud wants to merge 1 commit into
Open
Conversation
xpntl is the coordination layer for human + AI engineering teams — a source-available issue tracker with a full MCP surface so agents can read and create issues, comment and @-mention, move work across workflow states and cycles, and manage projects, labels, and docs. Third-party plugin under external_plugins/xpntl: - .mcp.json — remote MCP server at https://api.xpntl.dev/mcp (Streamable HTTP). Connects over OAuth 2.1 (no key needed); harness keys also supported for headless use. - .grok-plugin/plugin.json — manifest + brand logo - catalog entry in .grok-plugin/marketplace.json (local source) - regenerated .grok-plugin/plugin-index.json Validated locally: validate-catalog.py and generate-plugin-index.py --check both pass.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds xpntl as a third-party connector. xpntl is the coordination layer for human + AI engineering teams — a source-available issue tracker / project board with a full MCP surface so Grok can read and create issues, comment and @-mention, move work across workflow states and cycles, and manage projects, labels, and workspace docs.
What's included (
external_plugins/xpntl/).mcp.json— remote MCP server athttps://api.xpntl.dev/mcp(Streamable HTTP). Connects over OAuth 2.1 (no key to copy); harness keys are also supported for headless use..grok-plugin/plugin.json— manifest + brand logo (assets/logo.svg)..grok-plugin/marketplace.json(local source,./external_plugins/xpntl)..grok-plugin/plugin-index.json.Validation
python3 scripts/validate-catalog.py→ Catalog OKpython3 scripts/generate-plugin-index.py --check→ Plugin index OKHomepage: https://xpntl.dev · Docs: https://xpntl.dev/docs/mcp