This repository was archived by the owner on May 29, 2025. It is now read-only.
Commit 001947d
Adding Chat demo (Not stream) (#11)
* Chat demo
* Typo
* Comments
* Adding openAi dependency
* Getting ready for openai changes
* OpenAI tools
* Adding final tools conversion for openai
* Adding openai demo
* Adding hint code
* lint, mostly
* fix json data being spread over several chunks received from stdio
* update readme for sandbox
* updating branch with stream changes
* Solving problem for env
* Update MCPClient/Sources/stdioTransport/DataChannel+StdioProcess.swift
Co-authored-by: Guillaume Sabran <[email protected]>
* Update MCPClient/Sources/stdioTransport/DataChannel+StdioProcess.swift
Co-authored-by: Guillaume Sabran <[email protected]>
* pr feedback
* Update MCPInterface/Sources/helpers/JSON+Streaming.swift
Co-authored-by: Guillaume Sabran <[email protected]>
* lint
* Avoding print rules
* lint
* More linting
---------
Co-authored-by: Gui Sabran <gsabran@www.com>
Co-authored-by: Guillaume Sabran <[email protected]>1 parent 7864ffc commit 001947d
File tree
31 files changed
+2967
-13
lines changed- MCPClientChatDemo/MCPClientChat
- MCPClientChat.xcodeproj
- project.xcworkspace
- MCPClientChatTests
- MCPClientChatUITests
- MCPClientChat
- Assets.xcassets
- AccentColor.colorset
- AppIcon.appiconset
- Chat
- Models
- UI
- MCP
- Clients
- Tools
- Preview Content/Preview Assets.xcassets
- MCPClient/Sources/stdioTransport
- MCPInterface
- Sources/helpers
- Tests
- helpers
- interface
- MCPServer/Sources
31 files changed
+2967
-13
lines changedLines changed: 15 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
55 | | - | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
109 | | - | |
| 112 | + | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
| |||
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
122 | | - | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
134 | | - | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
| |||
150 | 152 | | |
151 | 153 | | |
152 | 154 | | |
153 | | - | |
| 155 | + | |
154 | 156 | | |
155 | 157 | | |
156 | | - | |
| 158 | + | |
157 | 159 | | |
158 | 160 | | |
159 | 161 | | |
| |||
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
180 | | - | |
| 182 | + | |
181 | 183 | | |
182 | 184 | | |
183 | 185 | | |
| |||
188 | 190 | | |
189 | 191 | | |
190 | 192 | | |
191 | | - | |
| 193 | + | |
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
| |||
213 | 215 | | |
214 | 216 | | |
215 | 217 | | |
216 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
217 | 221 | | |
218 | 222 | | |
219 | | - | |
| 223 | + | |
220 | 224 | | |
221 | 225 | | |
222 | 226 | | |
| |||
0 commit comments