import { describe, it, expect } from 'vitest';
describe('Agent Rules MCP', () => {
it('should have basic functionality', () => {
// Basic smoke test
expect(true).toBe(true);
});
it('should have proper project structure', () => {
// Test that we can import types without executing the main code
expect(typeof process.env).toBe('object');
expect(process.env.NODE_ENV).toBeDefined();
});
});
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/4regab/agent-rules-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server