chore: move from esm to cjs before upstreaming (#986)

This commit is contained in:
Pavel Feldman
2025-09-03 08:00:58 -07:00
committed by GitHub
parent 8d86ce4958
commit 2461f32d05
92 changed files with 250 additions and 259 deletions

View File

@@ -14,11 +14,11 @@
* limitations under the License.
*/
import { renderModalStates } from './tab.js';
import { renderModalStates } from './tab';
import type { Tab, TabSnapshot } from './tab.js';
import type { Tab, TabSnapshot } from './tab';
import type { ImageContent, TextContent } from '@modelcontextprotocol/sdk/types.js';
import type { Context } from './context.js';
import type { Context } from './context';
export class Response {
private _result: string[] = [];