ims-mcp 1.0.21__tar.gz → 1.0.22__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.

Potentially problematic release.


This version of ims-mcp might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ims-mcp
3
- Version: 1.0.21
3
+ Version: 1.0.22
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.21"
14
+ __version__ = "1.0.22"
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". ADHOC DOES NOT SKIP PREP STEPS.
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 exactly "SKIP PREP" or "NO PREP". "Adhoc" DOES NOT SKIP PREP STEPS, IT IS DEFINED IN `agents-md`. DO NOT SKIP PREP STEPS EVEN FOR SIMPLE TASKS.
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. 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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ims-mcp
3
- Version: 1.0.21
3
+ Version: 1.0.22
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.21"
7
+ version = "1.0.22"
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