fa-mcp-sdk 0.4.6 → 0.4.9
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,27 +1,27 @@
|
|
|
1
|
-
import baseConfig from 'eslint-config-at-26-2';
|
|
2
|
-
|
|
3
|
-
export default [
|
|
4
|
-
...baseConfig,
|
|
5
|
-
|
|
6
|
-
// Project-specific ignores not covered by base config
|
|
7
|
-
{
|
|
8
|
-
ignores: [
|
|
9
|
-
'cli-template/',
|
|
10
|
-
],
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
// Rules that were not in old config — disable to match previous behavior
|
|
14
|
-
{
|
|
15
|
-
rules: {
|
|
16
|
-
'no-console': 'off',
|
|
17
|
-
'import/order': 'off',
|
|
18
|
-
'prefer-arrow/prefer-arrow-functions': 'off',
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
|
|
22
|
-
// JS-specific overrides
|
|
23
|
-
{
|
|
24
|
-
files: ['**/*.js', '**/*.mjs', '**/*.cjs'],
|
|
25
|
-
rules: {},
|
|
26
|
-
},
|
|
27
|
-
];
|
|
1
|
+
import baseConfig from 'eslint-config-at-26-2';
|
|
2
|
+
|
|
3
|
+
export default [
|
|
4
|
+
...baseConfig,
|
|
5
|
+
|
|
6
|
+
// Project-specific ignores not covered by base config
|
|
7
|
+
{
|
|
8
|
+
ignores: [
|
|
9
|
+
'cli-template/',
|
|
10
|
+
],
|
|
11
|
+
},
|
|
12
|
+
|
|
13
|
+
// Rules that were not in old config — disable to match previous behavior
|
|
14
|
+
{
|
|
15
|
+
rules: {
|
|
16
|
+
'no-console': 'off',
|
|
17
|
+
'import/order': 'off',
|
|
18
|
+
'prefer-arrow/prefer-arrow-functions': 'off',
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
|
|
22
|
+
// JS-specific overrides
|
|
23
|
+
{
|
|
24
|
+
files: ['**/*.js', '**/*.mjs', '**/*.cjs'],
|
|
25
|
+
rules: {},
|
|
26
|
+
},
|
|
27
|
+
];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fa-mcp-sdk",
|
|
3
3
|
"productName": "FA MCP SDK",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.9",
|
|
5
5
|
"description": "Core infrastructure and templates for building Model Context Protocol (MCP) servers with TypeScript",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/core/index.js",
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# Цель
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
# Дополнительные сведения
|
|
5
|
-
Смотри документацию в D:\DEV\FA\_pub\fa-mcp-sdk\cli-template\FA-MCP-SDK-DOC
|
|
6
|
-
Конфигурация - D:\DEV\FA\_pub\fa-mcp-sdk\config\default.yaml
|
|
7
|
-
D:\DEV\FA\_pub\fa-mcp-sdk\src\core\_types_\config.ts
|
|
8
|
-
|
|
9
|
-
Код дергай отсюда
|
|
10
|
-
D:\DEV\FA\_pub\fa-mcp-sdk\src\core\consul
|
|
11
|
-
D:\DEV\FA\_pub\fa-mcp-sdk\src\core\bootstrap\init-config.ts
|
|
12
|
-
D:\DEV\FA\_pub\fa-mcp-sdk\src\core\bootstrap\startup-info.ts
|
|
13
|
-
ЗАпуск - D:\DEV\FA\_pub\fa-mcp-sdk\src\core\init-mcp-server.ts
|
|
14
|
-
|
|
15
|
-
# Задача
|