@t4dhg/mcp-factorial 3.0.0 → 3.1.0
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/README.md +6 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -3,9 +3,14 @@
|
|
|
3
3
|
> **The definitive Model Context Protocol server for FactorialHR**
|
|
4
4
|
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
|
-
[](https://github.com/t4dhg/mcp-factorial/actions/workflows/ci.yml)
|
|
7
|
+
[](https://codecov.io/gh/t4dhg/mcp-factorial)
|
|
8
|
+
[](https://codecov.io/github/t4dhg/mcp-factorial/bundle/main/mcp-factorial)
|
|
9
|
+
[](https://www.typescriptlang.org/)
|
|
7
10
|
[](https://nodejs.org/)
|
|
8
11
|
[](https://www.npmjs.com/package/@t4dhg/mcp-factorial)
|
|
12
|
+
[](https://www.npmjs.com/package/@t4dhg/mcp-factorial)
|
|
13
|
+
[](https://modelcontextprotocol.io/)
|
|
9
14
|
|
|
10
15
|
A comprehensive Model Context Protocol (MCP) server that provides AI assistants like Claude with full access to FactorialHR. Manage employees, teams, time off, projects, training, recruiting, and more - all with built-in safety guardrails.
|
|
11
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t4dhg/mcp-factorial",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "The definitive MCP server for FactorialHR - Full CRUD operations for employees, teams, time off, projects, training, recruiting (ATS), and payroll. 80+ tools with safety guardrails.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -90,6 +90,7 @@
|
|
|
90
90
|
"zod": "^3.24.0"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
+
"@codecov/vite-plugin": "^1.9.1",
|
|
93
94
|
"@eslint/js": "^9.17.0",
|
|
94
95
|
"@types/node": "^22.10.0",
|
|
95
96
|
"@vitest/coverage-v8": "^2.1.8",
|