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
2
2
import json
3
+ import asyncio
3
4
import logging
4
- import os
5
5
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
+
7
11
import gitpod .lib as util
12
+ from gitpod import AsyncGitpod
8
13
from gitpod .types .environment_spec_param import EnvironmentSpecParam
9
14
from 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
14
15
15
16
# Configure logging with more detailed format
16
17
logging .basicConfig (
You can’t perform that action at this time.
0 commit comments