(_params: unknown, options?: { timeout?: number })
| 247 | } |
| 248 | |
| 249 | async getPrompt(_params: unknown, options?: { timeout?: number }) { |
| 250 | if (this._state) this._state.getPromptTimeout = options?.timeout |
| 251 | return { messages: [] } |
| 252 | } |
| 253 | |
| 254 | async readResource(params: { uri: string }, options?: { timeout?: number }) { |
| 255 | if (this._state) this._state.readResourceTimeout = options?.timeout |
no outgoing calls
no test coverage detected