Ashwin Bhat
26ae300622
Add resource reference support to MCP server
...
- Add new tool 'getResourceReference' that returns embedded resources
- Add new prompt 'resource_prompt' demonstrating embedded resources in prompts
- Update documentation with new tool and prompt details
- Create CLAUDE.md with development guidelines
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-04-01 17:47:07 -07:00
cliffhall
487fe0237c
Update README.md
2025-03-17 10:32:57 -04:00
cliffhall
0f0ed351cb
Respect log level setting by client
...
* This fixes #868
* In everything.ts
- import LoggingLevel from sdk
- add log messages for all levels
- add isMessageIgnored function that checks the incoming level against the logLevel and returns false if it is a lower index than the logLevel
- in the setInterval for sending dummy logs, only send the message if it is not ignored by the logLevel.
2025-03-15 16:45:03 -04:00
cliffhall
f41b117716
Update everything/README.md with info about the logging output
2025-03-13 15:33:59 -04:00
cliffhall
2ba960ca13
In the Inspector, log messages from the server were not being displayed.
...
https://github.com/modelcontextprotocol/inspector/issues/184
The user who created the issue provided a python test server to send dummy messages, but I expected that the 'everything server' would be exercising this capability, but it wasn't. So I decided to add that functionality at the same time as fixing the inspector.
In src/everything/everything.ts
- add logsUpdateInterval
- use setInterval to send a random-leveled log message every 15 seconds
2025-03-13 15:23:52 -04:00
Ola Hungerford
19b701baa3
Add annotated message example
2025-02-14 20:39:55 -07:00
Alexandros Pappas
71da7b29f3
Merge branch 'main' into feat/add-start-scripts-everything-server
2025-01-19 16:04:05 +01:00
David Soria Parra
49489d4864
Merge pull request #464 from erdnax123/erdnax123-patch-2
...
fix warnings: - FromAsCasing: 'as' and 'FROM' keywords' casing do not…
2025-01-15 09:34:07 +00:00
Alexandros Pappas
b0237b1e28
Merge branch 'main' into feat/add-start-scripts-everything-server
2025-01-10 18:10:28 +01:00
TerminalMan
ae0197e374
fix sampling
2025-01-08 20:16:10 +00:00
André Holzmüller
0dd9ac9ea0
fix warnings: - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
...
On branch erdnax123-patch-2
Changes to be committed:
modified: src/aws-kb-retrieval-server/Dockerfile
modified: src/brave-search/Dockerfile
modified: src/everart/Dockerfile
modified: src/everything/Dockerfile
modified: src/filesystem/Dockerfile
modified: src/gdrive/Dockerfile
modified: src/github/Dockerfile
modified: src/gitlab/Dockerfile
modified: src/google-maps/Dockerfile
modified: src/memory/Dockerfile
modified: src/postgres/Dockerfile
modified: src/sequentialthinking/Dockerfile
modified: src/slack/Dockerfile
2025-01-02 12:56:40 -03:00
Alexandros Pappas
f2a802822b
feat: Add start and start:sse scripts to package.json on everything server
2024-12-22 15:55:07 +01:00
colinmcneil
4e8a8d270a
Split production node_modules
2024-12-19 13:11:34 -08:00
Jim Clark
368e3b23ca
Add Dockerfiles for the 17 sample MCP servers
...
* add Dockerfiles and update README.md definitions
2024-12-19 13:11:34 -08:00
David Soria Parra
ea35591902
Merge pull request #370 from modelcontextprotocol/ashwin/everythingcompletions
...
add completion examples to everything server
2024-12-19 19:38:39 +00:00
Jerome
8c1b9d6fda
updated readme
2024-12-18 15:18:30 +00:00
Jerome
e198e36788
Added printenv to the everything server to help debug environment variable configuration
2024-12-18 15:14:45 +00:00
Ashwin Bhat
1eca8f8626
add completion examples to everything server
2024-12-17 14:43:55 -08:00
David Soria Parra
94a36286d2
typescript servers 0.6.2
2024-12-04 16:11:35 +00:00
David Soria Parra
a096c95e8e
Typescript servers 0.6.1
2024-12-03 17:49:33 +00:00
David Soria Parra
129d80af31
TS Servers 0.6.0
2024-12-03 14:10:24 +00:00
David Soria Parra
3c03a8e9af
update sdk
2024-12-03 13:00:22 +00:00
Rahim Nathwani
a54651477c
Fix missing mcpServers keys in README code examples
2024-11-25 20:04:06 -08:00
Justin Spahr-Summers
b876cbd52b
Pre-emptive version bump
2024-11-25 13:35:36 -06:00
Justin Spahr-Summers
45c4f70da4
Bump all package versions to 0.5.0
2024-11-25 07:13:35 -06:00
Mahesh Murag
a1120c307b
README Cleanup ( #30 )
2024-11-24 03:27:08 +00:00
Justin Spahr-Summers
9c7fd98051
Bump all versions again, for good measure
2024-11-21 22:32:42 +00:00
Justin Spahr-Summers
3d6de86730
Bump all package versions
2024-11-21 19:10:05 +00:00
Justin Spahr-Summers
8729d06c2e
Create package for each server
2024-11-19 14:26:59 +00:00
Justin Spahr-Summers
37415258b9
Initial commit
2024-11-19 13:29:12 +00:00