ims-mcp 1.0.15__tar.gz → 1.0.17__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ims-mcp
3
- Version: 1.0.15
3
+ Version: 1.0.17
4
4
  Summary: Model Context Protocol server for IMS (Instruction Management Systems)
5
5
  Author: Igor Solomatov
6
6
  License-Expression: MIT
@@ -11,7 +11,7 @@ Environment Variables:
11
11
  Note: Environment variables use R2R_ prefix for compatibility with underlying R2R SDK.
12
12
  """
13
13
 
14
- __version__ = "1.0.15"
14
+ __version__ = "1.0.17"
15
15
  __author__ = "Igor Solomatov"
16
16
 
17
17
  from ims_mcp.server import mcp
@@ -3,7 +3,7 @@ trigger: always_on
3
3
  alwaysApply: true
4
4
  ---
5
5
 
6
- MANDATORY: Even if the user's question seems generic or unrelated to the project, you MUST complete all PREP steps first, unless user EXPLICITLY asks the otherwise with "SKIP PREP" or "NO PREP".
6
+ MANDATORY: Even if the user's question seems generic or unrelated to the project, you MUST complete all PREP steps first, unless user EXPLICITLY asks the otherwise with "SKIP PREP" or "NO PREP". ADHOC DOES NOT SKIP PREP STEPS.
7
7
  This loads CRITICAL CONTEXT about how to operate in this specific project environment.
8
8
  WITHOUT FOLLOWING THIS STEPS YOUR ANSWERS WILL BE INCORRECT AND USER WILL GET FRUSTRATED. DO NOT JUMP TO IMMEDIATE ANSWERS, BECAUSE YOU DON'T YET UNDERSTAND THE CONTEXT OF THOSE QUESTIONS. AND PREP STEPS ARE THERE TO HELP YOU TO FIGURE OUT THE CONTEXT. USER IS EXPECTED TO WAIT FOR YOU TO LOAD THE CONTEXT.
9
9
 
@@ -260,7 +260,7 @@ try:
260
260
  from mcp.server.fastmcp import FastMCP
261
261
 
262
262
  mcp = FastMCP(
263
- name="R2R Retrieval System",
263
+ name="Rosetta",
264
264
  instructions=BOOTSTRAP_CONTENT
265
265
  )
266
266
  except Exception as e:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ims-mcp
3
- Version: 1.0.15
3
+ Version: 1.0.17
4
4
  Summary: Model Context Protocol server for IMS (Instruction Management Systems)
5
5
  Author: Igor Solomatov
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ims-mcp"
7
- version = "1.0.15"
7
+ version = "1.0.17"
8
8
  description = "Model Context Protocol server for IMS (Instruction Management Systems)"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
File without changes
File without changes
File without changes
File without changes