ims-mcp 1.0.14__tar.gz → 1.0.15__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.14
3
+ Version: 1.0.15
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.14"
14
+ __version__ = "1.0.15"
15
15
  __author__ = "Igor Solomatov"
16
16
 
17
17
  from ims_mcp.server import mcp
@@ -14,6 +14,7 @@ WITHOUT FOLLOWING THIS STEPS YOUR ANSWERS WILL BE INCORRECT AND USER WILL GET FR
14
14
  - This is a bootstrap for release R1.0 of instructions itself (not the product being developed).
15
15
  - Actual rules, business context, and technical context are in the KnowledgeBase.
16
16
  - KnowledgeBase is a centralized instruction management system.
17
+ - Rosetta is a product name for this KnowledgeBase.
17
18
  - This is a multi-step process to acquire all rules.
18
19
  - You must complete PREP STEPS 1 through 3, which will be provided in instructions from KnowledgeBase.
19
20
  - Once ALL PREP steps completed you can continue with user request having all context.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ims-mcp
3
- Version: 1.0.14
3
+ Version: 1.0.15
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.14"
7
+ version = "1.0.15"
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
File without changes