File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1- import asyncio
1+ import os
22import json
3+ import asyncio
34import logging
4- import os
55
6- from gitpod import AsyncGitpod
6+ import mcp .types as types
7+ import mcp .server .stdio
8+ from mcp .server import Server , NotificationOptions
9+ from mcp .server .models import InitializationOptions
10+
711import gitpod .lib as util
12+ from gitpod import AsyncGitpod
813from gitpod .types .environment_spec_param import EnvironmentSpecParam
914from gitpod .types .environment_initializer_param import Spec
10- import mcp .server .stdio
11- import mcp .types as types
12- from mcp .server import NotificationOptions , Server
13- from mcp .server .models import InitializationOptions
1415
1516# Configure logging with more detailed format
1617logging .basicConfig (
You can’t perform that action at this time.
0 commit comments