refactor(mcp): modernize imports to use pry_mcp sub-package directly
- api.py, cli.py, mcp_sse.py now import from pry_mcp - tests import from pry_mcp (snapshot tests still verify mcp_production shim)
This commit is contained in:
parent
f7f9fa0c88
commit
4d2603cdd5
5 changed files with 5 additions and 5 deletions
2
cli.py
2
cli.py
|
|
@ -393,7 +393,7 @@ if click is not None:
|
|||
sys.path.insert(0, ".")
|
||||
import asyncio
|
||||
|
||||
from mcp_production import main
|
||||
from pry_mcp import main
|
||||
|
||||
asyncio.run(main())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue