@frontmcp/nx 1.0.4 → 1.1.0-beta.1
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.
- package/generators/app/files/src/tools/hello.tool.ts__tmpl__ +1 -1
- package/generators/job/files/__fileName__.job.ts__tmpl__ +1 -1
- package/generators/lib/files/tool-register/src/__fileName__.tools.ts__tmpl__ +1 -1
- package/generators/tool/files/__fileName__.tool.ts__tmpl__ +1 -1
- package/generators/workspace/files/CLAUDE.md__tmpl__ +1 -1
- package/package.json +2 -2
|
@@ -103,7 +103,7 @@ export class MyApp {}
|
|
|
103
103
|
|
|
104
104
|
```typescript
|
|
105
105
|
import { Tool, ToolContext } from '@frontmcp/sdk';
|
|
106
|
-
import { z } from '
|
|
106
|
+
import { z } from '@frontmcp/sdk';
|
|
107
107
|
|
|
108
108
|
const inputSchema = z.object({
|
|
109
109
|
query: z.string().describe('Search query'),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontmcp/nx",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.1.0-beta.1",
|
|
4
4
|
"description": "Nx plugin for FrontMCP — generators and executors for building MCP servers",
|
|
5
5
|
"author": "AgentFront <info@agentfront.dev>",
|
|
6
6
|
"homepage": "https://docs.agentfront.dev",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"node": ">=24.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@frontmcp/skills": "1.0.
|
|
36
|
+
"@frontmcp/skills": "1.1.0-beta.1",
|
|
37
37
|
"@nx/devkit": "22.6.4",
|
|
38
38
|
"tslib": "^2.3.0"
|
|
39
39
|
},
|