Commit 3f8a156
authored
Make server fully compatible with
* refactor: split filesystem related code into new handler struct
... so the actual filesystem server is just the regular `server.MCPServer` struct.
This way it can be used with the in-process client.
Also added a test to cover this functionality.
* ci(tests): add workflow for executing tests
* refactor: apply linter suggestions
* test(handler): add some test cases for the `read_file` toolclient.NewInProcessClient (#20)1 parent 01b8eef commit 3f8a156
File tree
8 files changed
+2153
-1994
lines changed- .github/workflows
- filesystemserver
8 files changed
+2153
-1994
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments