-
Notifications
You must be signed in to change notification settings - Fork 96
feat: adds an export tool and exported-data resource MCP-16 #424
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
Changes from 45 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
a988af5
feat: adds a session bound export manager
himanshusinghs dbf8ccf
feat: adds an export tool
himanshusinghs 3e8288e
chore: register export tool with server
himanshusinghs b815a6f
feat: adds exported-data resource
himanshusinghs 34c31fd
chore: tests for export tool
himanshusinghs f3606c6
chore: tests for exported-data resource
himanshusinghs 75ab89d
chore: server should advertise listChanged capability
himanshusinghs a38a45f
chore: test for autocomplete API
himanshusinghs 7a83e8f
chore: fix broken test
himanshusinghs 2aacd85
chore: handle pipeline failures explicitly
himanshusinghs 90fbbd3
chore: handle possible path traversals
himanshusinghs 7ba831f
chore: add accuracy test for export tool
himanshusinghs 6cc5f8f
chore: increase timeout to allow file to expire
himanshusinghs 0c82b2d
chore: increase the cleanupInterval to test expired resource
himanshusinghs 2ac355b
chore: adds a header row for baseline info markdown
himanshusinghs 953751c
chore: sessionId is initialized on Session instantiation
himanshusinghs ca4c4a5
chore: emit export related events on ExportsManager instance
himanshusinghs 030d81a
chore: SessionExportManager moved to Session instance
himanshusinghs c8dcf45
chore: handle exports management in memory
himanshusinghs 6d2a364
chore: move proper-lockfile back to dev
himanshusinghs 6d7efe6
chore: adapt logger changes
himanshusinghs d009b3c
chore: remove indents from exported json
himanshusinghs 4992fa6
chore: PR feedback
himanshusinghs 2762891
chore: limit the exposed property of an export
himanshusinghs 9f0d641
feat: makes export tool async
himanshusinghs bfa1dee
chore: more reliable SessionExportManager tests
himanshusinghs af947d5
chore: more reliable export tool and exported-data resource tests
himanshusinghs 816fb0c
chore: model Resources the same way as Tools
himanshusinghs e0cc924
chore: implements PR feedback
himanshusinghs 397e460
chore rename SessionExportsManager to ExportsManager
himanshusinghs 04cb6e7
chore: remove validation from readExport but keep decodeURIComponent
himanshusinghs 1df2690
chore: publish resource updated notification only when there are subs…
himanshusinghs d3d81d6
chore: remove sideeffect from ctor
himanshusinghs 2b2d615
chore: small improvements
himanshusinghs 9998d8e
chore: extra guard to avoid having same name export
himanshusinghs 4fb1bbd
chore: when closing ExportsManager should not accept any more requests
himanshusinghs 50f9122
chore: more tests for exportsManager
himanshusinghs c1d0117
chore: detect local run use-case better
himanshusinghs 5bcac97
chore: ask for export description in the tool itself
himanshusinghs 5d7657e
chore: also apply exportTitle to tests
himanshusinghs 2136a88
chore: move event subs to register in ExportedData resource
himanshusinghs 701003f
chore: remove wasInitialized
himanshusinghs a3df32c
chore: disconnect sessionId and ExportsManager unique path id
himanshusinghs 85cb524
chore: track long running ops and abort them on close
himanshusinghs c0031ff
chore: implement read write lock
himanshusinghs 34aff9a
chore: improve readability for locks and in-progress operations
himanshusinghs 602f1c1
chore: wait for expired
himanshusinghs 1039f4e
chore: remove usage of rwlocks as sessions are single user
kmruiz be90c25
chore: add retries to a flaky test that depends on timeouts
kmruiz 6c541d8
chore: js triple equals magic
kmruiz 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.