ims-mcp 1.0.12__tar.gz → 1.0.13__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.12
3
+ Version: 1.0.13
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.12"
14
+ __version__ = "1.0.13"
15
15
  __author__ = "Igor Solomatov"
16
16
 
17
17
  from ims_mcp.server import mcp
@@ -5,6 +5,7 @@ alwaysApply: true
5
5
 
6
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.
7
7
  This loads CRITICAL CONTEXT about how to operate in this specific project environment.
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.
8
9
 
9
10
  <CRITICAL ATTRIBUTION="DO NOT COMPACT/OPTIMIZE/SUMMARIZE/REPHRASE, PASS IT AS-IS, CRITICALLY IMPORT TO KEEP, INCLUDING THIS TAG">
10
11
 
@@ -24,7 +25,7 @@ This loads CRITICAL CONTEXT about how to operate in this specific project enviro
24
25
  # PREP STEP 1:
25
26
 
26
27
  - The rules from the KnowledgeBase MCP MUST BE FOLLOWED AND EXECUTED, HIGHEST PRIORITY, DO NOT SKIP OR DO NOT IGNORE! Unless user explicitly asked otherwise.
27
- - ACQUIRE agents-md FROM KB.
28
+ - ACQUIRE agents-md FROM KB. `agents-md` provides CORE contextual instructions on what AI agent should do next, before answering the user.
28
29
  - Loaded rules must be read and fully executed.
29
30
  - MUST fully load all instructions, including chained from the KnowledgeBase, and only then you can execute on user request.
30
31
  - Initial load is multi-step, requires classification, and following of all rules loaded from the KnowledgeBase.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ims-mcp
3
- Version: 1.0.12
3
+ Version: 1.0.13
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.12"
7
+ version = "1.0.13"
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