Skip to content

Commit 50476fb

Browse files
committed
remove deps in favor of local bgym install
1 parent deb9d4d commit 50476fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

browsergym/core/src/browsergym/utils/mcp_server.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ async def app_lifespan(server: FastMCP) -> AsyncIterator[AppContext]:
114114
await asyncio.to_thread(_gym.close)
115115

116116

117-
mcp = FastMCP(
118-
"BrowserGym", dependencies=["browsergym", "browsergym-core", "typer"], lifespan=app_lifespan
119-
)
117+
mcp = FastMCP("BrowserGym", lifespan=app_lifespan)
120118

121119

122120
def fn_wrapper(func: Callable):

0 commit comments

Comments
 (0)