npcsh 1.0.32__tar.gz → 1.0.33__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. {npcsh-1.0.32 → npcsh-1.0.33}/PKG-INFO +1 -1
  2. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/corca.py +7 -3
  3. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh.egg-info/PKG-INFO +1 -1
  4. {npcsh-1.0.32 → npcsh-1.0.33}/setup.py +1 -1
  5. {npcsh-1.0.32 → npcsh-1.0.33}/LICENSE +0 -0
  6. {npcsh-1.0.32 → npcsh-1.0.33}/README.md +0 -0
  7. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/__init__.py +0 -0
  8. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/_state.py +0 -0
  9. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/alicanto.py +0 -0
  10. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/guac.py +0 -0
  11. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/mcp_helpers.py +0 -0
  12. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/mcp_server.py +0 -0
  13. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc.py +0 -0
  14. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/alicanto.npc +0 -0
  15. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/alicanto.png +0 -0
  16. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/corca.npc +0 -0
  17. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/corca.png +0 -0
  18. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/foreman.npc +0 -0
  19. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/frederic.npc +0 -0
  20. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/frederic4.png +0 -0
  21. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/guac.png +0 -0
  22. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/jinxs/bash_executer.jinx +0 -0
  23. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/jinxs/edit_file.jinx +0 -0
  24. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/jinxs/image_generation.jinx +0 -0
  25. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/jinxs/internet_search.jinx +0 -0
  26. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/jinxs/python_executor.jinx +0 -0
  27. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/jinxs/screen_cap.jinx +0 -0
  28. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/kadiefa.npc +0 -0
  29. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/kadiefa.png +0 -0
  30. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/npcsh.ctx +0 -0
  31. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/npcsh_sibiji.png +0 -0
  32. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/plonk.npc +0 -0
  33. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/plonk.png +0 -0
  34. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/plonkjr.npc +0 -0
  35. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/plonkjr.png +0 -0
  36. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/sibiji.npc +0 -0
  37. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/sibiji.png +0 -0
  38. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/spool.png +0 -0
  39. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npc_team/yap.png +0 -0
  40. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/npcsh.py +0 -0
  41. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/plonk.py +0 -0
  42. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/pti.py +0 -0
  43. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/routes.py +0 -0
  44. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/spool.py +0 -0
  45. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/wander.py +0 -0
  46. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh/yap.py +0 -0
  47. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh.egg-info/SOURCES.txt +0 -0
  48. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh.egg-info/dependency_links.txt +0 -0
  49. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh.egg-info/entry_points.txt +0 -0
  50. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh.egg-info/requires.txt +0 -0
  51. {npcsh-1.0.32 → npcsh-1.0.33}/npcsh.egg-info/top_level.txt +0 -0
  52. {npcsh-1.0.32 → npcsh-1.0.33}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: npcsh
3
- Version: 1.0.32
3
+ Version: 1.0.33
4
4
  Summary: npcsh is a command-line toolkit for using AI agents in novel ways.
5
5
  Home-page: https://github.com/NPC-Worldwide/npcsh
6
6
  Author: Christopher Agostino
@@ -946,8 +946,12 @@ def _resolve_and_copy_mcp_server_path(
946
946
 
947
947
  cprint("No MCP server script found in any expected location.", "yellow")
948
948
  return None
949
- def create_corca_state_and_mcp_client(conversation_id, command_history, npc=None, team=None,
950
- current_path=None, mcp_server_path_from_request: Optional[str] = None):
949
+ def create_corca_state_and_mcp_client(conversation_id,
950
+ command_history,
951
+ npc=None,
952
+ team=None,
953
+ current_path=None,
954
+ mcp_server_path: Optional[str] = None):
951
955
  from npcsh._state import ShellState
952
956
 
953
957
  state = ShellState(
@@ -965,7 +969,7 @@ def create_corca_state_and_mcp_client(conversation_id, command_history, npc=None
965
969
  auto_copy_bypass = os.getenv("NPCSH_CORCA_AUTO_COPY_MCP_SERVER", "false").lower() == "true"
966
970
 
967
971
  resolved_server_path = _resolve_and_copy_mcp_server_path(
968
- explicit_path=mcp_server_path_from_request,
972
+ explicit_path=mcp_server_path,
969
973
  current_path=current_path,
970
974
  team_ctx_mcp_servers=team.team_ctx.get('mcp_servers', []) if team and hasattr(team, 'team_ctx') else None,
971
975
  interactive=False,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: npcsh
3
- Version: 1.0.32
3
+ Version: 1.0.33
4
4
  Summary: npcsh is a command-line toolkit for using AI agents in novel ways.
5
5
  Home-page: https://github.com/NPC-Worldwide/npcsh
6
6
  Author: Christopher Agostino
@@ -78,7 +78,7 @@ extra_files = package_files("npcsh/npc_team/")
78
78
 
79
79
  setup(
80
80
  name="npcsh",
81
- version="1.0.32",
81
+ version="1.0.33",
82
82
  packages=find_packages(exclude=["tests*"]),
83
83
  install_requires=base_requirements, # Only install base requirements by default
84
84
  extras_require={
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes