feat: add EchoServer example and update docs#55
Open
m13v wants to merge 4 commits intomodelcontextprotocol:mainfrom
Open
feat: add EchoServer example and update docs#55m13v wants to merge 4 commits intomodelcontextprotocol:mainfrom
m13v wants to merge 4 commits intomodelcontextprotocol:mainfrom
Conversation
Author
swift_dummy_mcp_server.mp4 |
|
I used your PR and found that the official usage method is so primitive? oh my god. |
Author
|
Did I oversimplify? Haha, I was personally struggling a bit to get it
running so I decided to put out a concrete example that works to help
others get started
…On Sat, Apr 12, 2025 at 8:08 AM huhu415 ***@***.***> wrote:
I used your PR and found that the official usage method is so primitive?
oh my god.
—
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AY62CDES6DNTGWTJNST4ZCD2ZET5XAVCNFSM6AAAAAB2PQA2QCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOOJYHA3DOMRSGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
*huhu415* left a comment (modelcontextprotocol/swift-sdk#55)
<#55 (comment)>
I used your PR and found that the official usage method is so primitive?
oh my god.
—
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AY62CDES6DNTGWTJNST4ZCD2ZET5XAVCNFSM6AAAAAB2PQA2QCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOOJYHA3DOMRSGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
I think it's pretty good, but I believe when this SDK is officially released, the method for constructing JSON strings shouldn't be the way it is now. It's too inconvenient. |
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.
example swift mcp server with a dummy tool to quickly test in Claude desktop
Motivation and Context
we use swift sdk and need a lowlatency mcp server to talk to claude
How Has This Been Tested?
works on my side
Breaking Changes
Types of changes
Checklist
Additional context