finhay-mcp-server 1.1.3 → 1.1.4
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/dist/tools/market.js +2 -2
- package/package.json +1 -1
package/dist/tools/market.js
CHANGED
|
@@ -167,8 +167,8 @@ export function registerMarketTools(server, client) {
|
|
|
167
167
|
// --- Macro ---
|
|
168
168
|
server.tool('get_macro_data', 'Get macroeconomic indicators for Vietnam or US (CPI, PMI, IIP, FED rate, etc.). JP and DE are only valid when type=GOVERNMENT_10Y_BOND_YIELD.', {
|
|
169
169
|
type: z.enum([
|
|
170
|
-
'IIP', 'CPI', 'PMI', 'PCE', 'CORE_PCE', 'NFP',
|
|
171
|
-
'
|
|
170
|
+
'IIP', 'CPI', 'PMI', 'PCE', 'CORE_PCE', 'NFP',
|
|
171
|
+
'FED_FUNDS_RATE', 'INTERBANK_RATE',
|
|
172
172
|
'GOVERNMENT_10Y_BOND_YIELD', 'UNEMPLOYMENT_RATE',
|
|
173
173
|
]).describe('Macro indicator type'),
|
|
174
174
|
country: z.enum(['VN', 'US', 'JP', 'DE']).describe('Country code (JP/DE only for GOVERNMENT_10Y_BOND_YIELD)'),
|