Skip to content
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

[ui, v1.0] feat:deep linking for mcp installing #556

Closed
wants to merge 18 commits into from

Conversation

michaelneale
Copy link
Collaborator

@michaelneale michaelneale commented Jan 8, 2025

If you run this from the .app version (see below):
You can then link to:

goose://extension?cmd=npx&arg=-y&arg=@modelcontextprotocol/server-memory

and it will install.

Longer example of link:

`goose://extension?cmd=npx&arg=-y&arg=@modelcontextprotocol/server-memory&description=memory system&website=examplesite.com&env=KEYHERE=VALUEHERE

(and more 'env' if you need them ie env=...&env=.... they will accumulate)

when env vars are needed etc.

please scroll to the most recent zip file to try. Also please note this does not persist between sessions

Copy link

github-actions bot commented Jan 8, 2025

Desktop App for this PR

The following build is available for testing:

The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder.

This link is provided by nightly.link and will work even if you're not logged into GitHub.

* v1.0:
  feat: Implement a simplified reference agent and dev toolkit (#564)
  fix: sanitize server names for passing into model tool calls (#563)
  added a new mcp system + refactor to support it (#552)
  feat: port over nondeveloper system into mcp server (#561)
  fix: check server capability when client sends requests (#558)
  fix: update instructions (#557)
* v1.0:
  this upset cargo fmt
Copy link

github-actions bot commented Jan 9, 2025

Desktop App for this PR

The following build is available for testing:

The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder.

This link is provided by nightly.link and will work even if you're not logged into GitHub.

* v1.0:
  feat: static settings page (#570)
  styles: adding arcade styles and cash sans (#581)
  feat: quick spinner while loading tokenizers (#573)
  Add timeout middleware for clients (#572)
  chore: remove unused old setup for CLI  (#574)
  feat: env and secrets configuration for mcp server (#565)
  Add Databricks moderation (#540)
  feat: add pagination support for tools/list and resources/list (#566)
  Add resource capabilties to MCP servers that use it (#576)
  Add goose versions to the UI (#526)
  fix: Set stdin to null in shell/bash tools (#568)
  Add base moderation to Providers (#513)
  feat: set process_group(0) on stdio systems to avoid ctrl-c handling (#567)
  feat: read only active resources in the agent loop (#560)
Copy link

Desktop App for this PR

The following build is available for testing:

The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder.

This link is provided by nightly.link and will work even if you're not logged into GitHub.

* v1.0:
  fix: avoid races to recreate oauth token (#582)
Copy link

Desktop App for this PR

The following build is available for testing:

The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder.

This link is provided by nightly.link and will work even if you're not logged into GitHub.

Copy link

Desktop App for this PR

The following build is available for testing:

The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder.

This link is provided by nightly.link and will work even if you're not logged into GitHub.

Copy link

Desktop App for this PR

The following build is available for testing:

The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder.

This link is provided by nightly.link and will work even if you're not logged into GitHub.

Copy link

Desktop App for this PR

The following build is available for testing:

The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder.

This link is provided by nightly.link and will work even if you're not logged into GitHub.

@michaelneale michaelneale marked this pull request as ready for review January 14, 2025 05:19
Copy link

Desktop App for this PR

The following build is available for testing:

The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder.

This link is provided by nightly.link and will work even if you're not logged into GitHub.

Copy link

Desktop App for this PR

The following build is available for testing:

The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder.

This link is provided by nightly.link and will work even if you're not logged into GitHub.

Copy link

Desktop App for this PR

The following build is available for testing:

The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder.

This link is provided by nightly.link and will work even if you're not logged into GitHub.

@michaelneale michaelneale requested a review from lily-de January 14, 2025 10:59
Comment on lines +26 to 29
if (channel === 'fatal-error' || channel === 'add-system') {
ipcRenderer.on(channel, callback);
}
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this do

Copy link

Desktop App for this PR

The following build is available for testing:

The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder.

This link is provided by nightly.link and will work even if you're not logged into GitHub.

@michaelneale michaelneale deleted the micn/deep-linking branch January 16, 2025 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants