@smartytalent/mcp-tools 0.1.33-dev.76 → 0.1.33-dev.78

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.
Files changed (2) hide show
  1. package/dist/tools.json +8 -105
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -6421,56 +6421,14 @@
6421
6421
  ]
6422
6422
  },
6423
6423
  "attributes": {
6424
- "title": "LinkAttributesSchema",
6425
6424
  "type": "object",
6426
6425
  "required": [
6427
- "name",
6428
- "email"
6426
+ "sourceUrl"
6429
6427
  ],
6430
6428
  "properties": {
6431
- "name": {
6432
- "type": "string"
6433
- },
6434
- "status": {
6435
- "type": "string"
6436
- },
6437
- "timestamps": {
6438
- "title": "ResourceTimestampsSchema",
6439
- "type": "object",
6440
- "properties": {
6441
- "created": {
6442
- "type": "string",
6443
- "format": "date-time"
6444
- },
6445
- "modified": {
6446
- "type": "string",
6447
- "format": "date-time"
6448
- }
6449
- }
6450
- }
6451
- }
6452
- },
6453
- "relationships": {
6454
- "title": "LinkRelationshipsSchema",
6455
- "type": "object",
6456
- "properties": {
6457
- "file": {
6458
- "title": "LinkRelationshipsFileSchema",
6459
- "type": "object",
6460
- "properties": {
6461
- "data": {
6462
- "title": "LinkRelationshipsFileDataSchema",
6463
- "type": "object",
6464
- "properties": {
6465
- "type": {
6466
- "type": "string"
6467
- },
6468
- "id": {
6469
- "type": "string"
6470
- }
6471
- }
6472
- }
6473
- }
6429
+ "sourceUrl": {
6430
+ "type": "string",
6431
+ "description": "The URL to fetch and render to markdown."
6474
6432
  }
6475
6433
  }
6476
6434
  }
@@ -6511,71 +6469,16 @@
6511
6469
  }
6512
6470
  },
6513
6471
  {
6514
- "name": "update_link",
6515
- "description": "Update Link",
6472
+ "name": "refresh_link",
6473
+ "description": "Re-fetch Link",
6516
6474
  "inputSchema": {
6517
- "title": "UpdateLinkRequestBody",
6518
6475
  "type": "object",
6519
- "required": [
6520
- "data"
6521
- ],
6522
- "properties": {
6523
- "data": {
6524
- "title": "UpdateLinkRequestBodyData",
6525
- "type": "object",
6526
- "required": [
6527
- "type",
6528
- "id",
6529
- "attributes"
6530
- ],
6531
- "properties": {
6532
- "type": {
6533
- "type": "string",
6534
- "enum": [
6535
- "links"
6536
- ]
6537
- },
6538
- "id": {
6539
- "type": "string"
6540
- },
6541
- "attributes": {
6542
- "title": "LinkAttributesSchema",
6543
- "type": "object",
6544
- "required": [
6545
- "name",
6546
- "email"
6547
- ],
6548
- "properties": {
6549
- "name": {
6550
- "type": "string"
6551
- },
6552
- "status": {
6553
- "type": "string"
6554
- },
6555
- "timestamps": {
6556
- "title": "ResourceTimestampsSchema",
6557
- "type": "object",
6558
- "properties": {
6559
- "created": {
6560
- "type": "string",
6561
- "format": "date-time"
6562
- },
6563
- "modified": {
6564
- "type": "string",
6565
- "format": "date-time"
6566
- }
6567
- }
6568
- }
6569
- }
6570
- }
6571
- }
6572
- }
6573
- }
6476
+ "properties": {}
6574
6477
  },
6575
6478
  "_meta": {
6576
6479
  "method": "PATCH",
6577
6480
  "path": "/v1/links/{linkId}",
6578
- "operationId": "updateLink"
6481
+ "operationId": "refreshLink"
6579
6482
  }
6580
6483
  },
6581
6484
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.76",
3
+ "version": "0.1.33-dev.78",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",