0.10.0
What's Changed
- Move
Sampling.swift
fromServer
toClient
directory by @mattt in #121 - Add
Client.listResourceTemplates
method by @carlpeaslee in #125 - Adjust logging level for frequent / low-level events by @mattt in #130
- Update
inputSchema
example usage by @mattt in #136 - Add configuration for maximum receive buffer size to
NetworkTransport
by @mattt in #146 - Remove Loopwork copyright from license by @carlpeaslee in #148
- Make
Tool.inputSchema
non-optional by @mattt in #123 - remove info level logging message and use debug instead by @sebsto in #132
- Implement in-memory / passthrough transport by @mattt in #122
- Add plumbing to set instructions on Server by @glaciotech in #145
- Replace compile-time directives with target platform conditions by @pepicrft in #143
- Revert "Revert "Remove deprecated
MCP.Error
typealias"" by @mattt in #105 - docs: fix code example in README.md by @phimage in #141
- Add
requestModifier
property toHTTPClientTransport
by @mattt in #152
New Contributors
- @carlpeaslee made their first contribution in #125
- @sebsto made their first contribution in #132
- @glaciotech made their first contribution in #145
- @pepicrft made their first contribution in #143
- @phimage made their first contribution in #141
Full Changelog: 0.9.0...0.10.0